aboutsummaryrefslogtreecommitdiff
path: root/modules/systems/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/commons/system/default.nix (renamed from modules/systems/default.nix)5
1 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 = {