diff options
Diffstat (limited to '')
| -rw-r--r-- | hosts/commons/system/default.nix (renamed from modules/systems/default.nix) | 5 | ||||
| -rw-r--r-- | hosts/commons/system/motd.nix (renamed from modules/systems/motd.nix) | 0 | ||||
| -rw-r--r-- | hosts/commons/system/nix.nix (renamed from modules/systems/nix.nix) | 0 | ||||
| -rw-r--r-- | hosts/commons/system/software.nix (renamed from modules/systems/software.nix) | 0 | ||||
| -rw-r--r-- | hosts/commons/system/ssh.nix (renamed from modules/systems/ssh.nix) | 0 | ||||
| -rw-r--r-- | hosts/commons/system/users.nix (renamed from modules/systems/users.nix) | 0 |
6 files changed, 2 insertions, 3 deletions
diff --git a/modules/systems/default.nix b/hosts/commons/system/default.nix index 27fb53b..64cb51b 100644 --- a/modules/systems/default.nix +++ b/hosts/commons/system/default.nix @@ -2,16 +2,15 @@ { imports = [ + ./boot.nix ./motd.nix + ./network.nix ./nix.nix ./software.nix ./ssh.nix ./users.nix ]; - boot.kernelPackages = pkgs.linuxPackages_latest; - boot.tmpOnTmpfs = true; - # Select internationalisation properties. i18n.defaultLocale = "en_US.UTF-8"; console = { diff --git a/modules/systems/motd.nix b/hosts/commons/system/motd.nix index 898d03f..898d03f 100644 --- a/modules/systems/motd.nix +++ b/hosts/commons/system/motd.nix diff --git a/modules/systems/nix.nix b/hosts/commons/system/nix.nix index 48379a4..48379a4 100644 --- a/modules/systems/nix.nix +++ b/hosts/commons/system/nix.nix diff --git a/modules/systems/software.nix b/hosts/commons/system/software.nix index fa919ae..fa919ae 100644 --- a/modules/systems/software.nix +++ b/hosts/commons/system/software.nix diff --git a/modules/systems/ssh.nix b/hosts/commons/system/ssh.nix index 0ecca80..0ecca80 100644 --- a/modules/systems/ssh.nix +++ b/hosts/commons/system/ssh.nix diff --git a/modules/systems/users.nix b/hosts/commons/system/users.nix index 2b769c4..2b769c4 100644 --- a/modules/systems/users.nix +++ b/hosts/commons/system/users.nix |
