many changes that i am to lazy to put into individual commits
This commit is contained in:
11
users/root/home.nix
Normal file
11
users/root/home.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ ... }:
|
||||
{
|
||||
# The home.stateVersion option does not have a default and must be set
|
||||
home.stateVersion = "23.05";
|
||||
|
||||
imports = [
|
||||
../../programs/ssh.nix
|
||||
];
|
||||
|
||||
home.file.test.text = "hello world\n";
|
||||
}
|
||||
Reference in New Issue
Block a user