diff options
Diffstat (limited to 'hosts/c-pc')
| -rw-r--r-- | hosts/c-pc/configuration.nix | 9 | ||||
| -rw-r--r-- | hosts/c-pc/home.nix | 2 |
2 files changed, 0 insertions, 11 deletions
diff --git a/hosts/c-pc/configuration.nix b/hosts/c-pc/configuration.nix index eccae16..73fa648 100644 --- a/hosts/c-pc/configuration.nix +++ b/hosts/c-pc/configuration.nix @@ -8,8 +8,6 @@ ../../roles ]; - programs.fuse.userAllowOther = true; - users.users = { root.hashedPasswordFile = "/secrets/passwords/root"; @@ -20,13 +18,6 @@ }; }; - home-manager = { - extraSpecialArgs = { inherit inputs; }; - users = { - "c" = import ./home.nix; - }; - }; - services = { printing.enable = true; diff --git a/hosts/c-pc/home.nix b/hosts/c-pc/home.nix index 74ff894..9a95eae 100644 --- a/hosts/c-pc/home.nix +++ b/hosts/c-pc/home.nix @@ -15,8 +15,6 @@ allowOther = true; directories = [ - "code" - ".local/bin" ".local/share/applications" |