diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-10-17 04:18:51 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-10-17 04:18:51 +0200 |
commit | aa9246ea6aad543b79d26319525153913a0b5ee3 (patch) | |
tree | 74c176f581516dbd93fd53c0361c52a868a90116 /modules/base-client.nix | |
parent | Desktop stuff (diff) | |
download | Rory-Open-Architecture-aa9246ea6aad543b79d26319525153913a0b5ee3.tar.xz |
Split Rory into geneirc and client
Diffstat (limited to 'modules/base-client.nix')
-rwxr-xr-x | modules/base-client.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/base-client.nix b/modules/base-client.nix index 7304ffe..90b074d 100755 --- a/modules/base-client.nix +++ b/modules/base-client.nix @@ -4,6 +4,7 @@ imports = [ ./base.nix + ./users/Rory.client.nix ]; networking = { |