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/configuration.nix | |
| parent | 9fc3fa747782ae4d0d4875616a20f38580afb2a7 (diff) | |
migration: housekeeping
Diffstat (limited to 'hosts/c-pc/configuration.nix')
| -rw-r--r-- | hosts/c-pc/configuration.nix | 9 |
1 files changed, 0 insertions, 9 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; |