diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-11 21:45:32 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-11 21:45:32 +0100 |
commit | 2fc2ea27b304fc69586d08482ca2090a138f6518 (patch) | |
tree | d51ba50149b64bbdb1f8d97a3d43eb6115a7ff4f /modules/base.nix | |
parent | Fix imports to include lib (diff) | |
download | Rory-Open-Architecture-2fc2ea27b304fc69586d08482ca2090a138f6518.tar.xz |
Include hardware config
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
Diffstat (limited to 'modules/base.nix')
-rw-r--r-- | modules/base.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/base.nix b/modules/base.nix index 3c09ab5..4033813 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -5,6 +5,7 @@ [ ./packages/vim.nix ./users.nix + /etc/nixos/hardware-configuration.nix ]; networking = { |