From 4b2050f8762b2880277c0762efc925991a034892 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 8 Feb 2025 13:37:01 -0800 Subject: migration: housekeeping --- hosts/c-pc/configuration.nix | 9 --------- 1 file changed, 9 deletions(-) (limited to 'hosts/c-pc/configuration.nix') 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; -- cgit v1.2.3