gn
This commit is contained in:
parent
eec8246df8
commit
3fb105fa1c
5 changed files with 18 additions and 20 deletions
|
@ -6,6 +6,19 @@
|
|||
sopsFile = inputs.secrets.paths.upasswd;
|
||||
};
|
||||
|
||||
environment.persistence."/nix/persist" = {
|
||||
users.caem = {
|
||||
directories = [
|
||||
"documents"
|
||||
"download"
|
||||
"music"
|
||||
"images"
|
||||
"videos"
|
||||
"programming"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
users.users.caem = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.zsh;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue