diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-04-15 16:34:14 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-04-15 16:34:14 -0600 |
| commit | e1b78afd2a6570f7b28ebe8e26772747178c79f0 (patch) | |
| tree | 2999066cea84a4d515c8bcbc70c5c6da9bb90e3e /machines/vm/foolcreekwireless/default.nix | |
| parent | f24e3c345cbb84ca569c59d3eb96f894080fbc38 (diff) | |
commit missing most of the files
Diffstat (limited to 'machines/vm/foolcreekwireless/default.nix')
| -rw-r--r-- | machines/vm/foolcreekwireless/default.nix | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/machines/vm/foolcreekwireless/default.nix b/machines/vm/foolcreekwireless/default.nix deleted file mode 100644 index a2adcf1..0000000 --- a/machines/vm/foolcreekwireless/default.nix +++ /dev/null @@ -1,41 +0,0 @@ -{ config, pkgs, ... }: -# let -# language ; -# in -{ - imports = [ - # ./hardware-configuration.nix - - ../../../modules/nixos/nix-common.nix - ../../../modules/nixos/environment.nix - ../../../modules/nixos/system-packages.nix - - ../../../modules/users/defin.nix - ../../../modules/users/root.nix - ]; - - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; - virtualisation.vmVariant = { - virtualisation = { - memorySize = 2048; # Use 2048 MiB memory. - cores = 1; - graphics = false; - }; - }; - - services.wordpress.sites."localhost" = { - # languages = [ pkgs.wordpressPackages.languages. ] - - }; - - networking.firewall.allowedTCPPorts = [ 22 ]; - - environment.systemPackages = with pkgs; [ - cowsay - lolcat - ]; - - nixpkgs.hostPlatform = "x86_64-linux"; - system.stateVersion = "24.11"; -} |
