diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-08 13:37:01 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:50 -0700 |
| commit | 4b2050f8762b2880277c0762efc925991a034892 (patch) | |
| tree | e42c7cc9c5ea16286e9a530eae81affb37ecbaf3 /hosts/c-pc | |
| parent | 9fc3fa747782ae4d0d4875616a20f38580afb2a7 (diff) | |
migration: housekeeping
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" |