diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-04-14 23:04:22 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-04-14 23:04:22 -0600 |
| commit | e4a81d5fa8003b28431ea6170614e5e274eb9d0c (patch) | |
| tree | 36b3c0efbb1ec3c1459425a2ef2bff806b08df6b /machines/vm/foolcreekwireless.nix | |
| parent | c8f6b51974bdbe600771e3733419993f7c2bac9d (diff) | |
got the vm working maybe
Diffstat (limited to 'machines/vm/foolcreekwireless.nix')
| -rw-r--r-- | machines/vm/foolcreekwireless.nix | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/machines/vm/foolcreekwireless.nix b/machines/vm/foolcreekwireless.nix deleted file mode 100644 index e549b17..0000000 --- a/machines/vm/foolcreekwireless.nix +++ /dev/null @@ -1,22 +0,0 @@ -{ config, pkgs, ... }:{ - 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; - - environment.systemPackages = with pkgs; [ - cowsay - lolcat - ]; - - system.stateVersion = "24.11"; -} |
