created nixos-base

This commit is contained in:
John Lancaster
2026-06-14 12:25:33 -05:00
parent ee4839877c
commit 1c1515678a
3 changed files with 45 additions and 60 deletions
+1 -18
View File
@@ -4,6 +4,7 @@
# import any other modules from here
imports = [
self.modules.nixos.omenHardware
self.modules.nixos.base
self.modules.nixos.greetd
self.modules.nixos.niri
];
@@ -17,14 +18,6 @@
networking.hostName = "nixos-omen"; # Define your hostname.
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Configure network connections interactively with nmcli or nmtui.
networking.networkmanager.enable = true;
# Set your time zone.
time.timeZone = "US/Central";
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
@@ -37,16 +30,6 @@
# useXkbConfig = true; # use xkb.options in tty.
# };
# Enable the X11 windowing system.
# services.xserver.enable = true;
# Configure keymap in X11
# services.xserver.xkb.layout = "us";
# services.xserver.xkb.options = "eurosign:e,caps:escape";
# Enable CUPS to print documents.
# services.printing.enable = true;