a bunch of random changes again
This commit is contained in:
7
users/root/default.nix
Normal file → Executable file
7
users/root/default.nix
Normal file → Executable file
@@ -1,4 +1,9 @@
|
||||
{ ... }:
|
||||
{ self, config, secretsDir, ... }:
|
||||
{
|
||||
home-manager.users.root = import ./home.nix;
|
||||
home-manager.extraSpecialArgs = {
|
||||
inherit self secretsDir;
|
||||
hostname = config.networking.hostName;
|
||||
test = 3;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user