Compare commits
1 commit
6625e82d12
...
3a8fd7ee40
Author | SHA1 | Date | |
---|---|---|---|
3a8fd7ee40 |
1 changed files with 3 additions and 16 deletions
|
@ -132,7 +132,6 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
environment.persistence.${config.impermanence.name} = {
|
environment.persistence.${config.impermanence.name} = {
|
||||||
/*
|
|
||||||
users.fsaccount.directories = [
|
users.fsaccount.directories = [
|
||||||
{
|
{
|
||||||
directory = ".ssh"; # SSH Key with access to FS Account and known_hosts
|
directory = ".ssh"; # SSH Key with access to FS Account and known_hosts
|
||||||
|
@ -140,18 +139,6 @@ in {
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
*/
|
|
||||||
users.fsaccount.files = [
|
|
||||||
{
|
|
||||||
file = ".ssh/known_hosts";
|
|
||||||
parentDirectory = {
|
|
||||||
mode = "u=rwx,g=,o=";
|
|
||||||
user = "fsaccount";
|
|
||||||
group = "users";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
sops.secrets.backupKey = {
|
sops.secrets.backupKey = {
|
||||||
sopsFile = ../machines/bragi/backupKey.yaml;
|
sopsFile = ../machines/bragi/backupKey.yaml;
|
||||||
owner = config.users.users.fsaccount.name;
|
owner = config.users.users.fsaccount.name;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue