diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-12 00:28:34 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-12-12 00:28:34 +0100 |
commit | 65e23a85b9f88dd59fc4a06d3dc68928d17239fa (patch) | |
tree | bafcfcafa316a0f335f79f3845691fd2a088c8e5 | |
parent | Add wrapper script (diff) | |
download | Rory-Open-Architecture-65e23a85b9f88dd59fc4a06d3dc68928d17239fa.tar.xz |
Remove /etc access
Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
-rw-r--r-- | modules/base.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/base.nix b/modules/base.nix index 89e070e..5452ce1 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -5,7 +5,6 @@ [ ./packages/vim.nix ./users/Rory.nix - /etc/nixos/hardware-configuration.nix ]; networking = { |