diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-12 13:47:59 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-12 13:47:59 -0800 |
| commit | 8ed3dfc9ebc52a50c3e6d4623204847822944422 (patch) | |
| tree | 5ecaf4eb3719f6d60e471775cd6de5da7cb78b46 /modules/systems/default.nix | |
| parent | configs: move personal configuration with user (diff) | |
| download | infra-8ed3dfc9ebc52a50c3e6d4623204847822944422.tar.gz | |
move configurations and modules around
Sorry, this is a mess, hopefully the last one.
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 = { |
