mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 05:27:13 -06:00
test: trying to get microVMs to work
This commit is contained in:
parent
6b3a861d28
commit
7c48cded1d
4 changed files with 6 additions and 22 deletions
|
|
@ -77,10 +77,6 @@ in
|
|||
neededForBoot = true;
|
||||
};
|
||||
|
||||
"/opt/secrets" = {
|
||||
neededForBoot = true;
|
||||
};
|
||||
|
||||
}
|
||||
// (builtins.listToAttrs (
|
||||
builtins.concatMap (drive: map (folder: sambaMounts drive folder) sambaFolders) sambaDrives
|
||||
|
|
@ -121,12 +117,6 @@ in
|
|||
mode = "u=rwx,g=rx,o=rx";
|
||||
user = "root";
|
||||
}
|
||||
{
|
||||
directory = "/opt/secrets";
|
||||
mode = "u=rwx,g=rx,o=rx";
|
||||
user = "root";
|
||||
}
|
||||
|
||||
];
|
||||
hideMounts = true;
|
||||
users.${user0} = {
|
||||
|
|
@ -146,8 +136,6 @@ in
|
|||
systemd.tmpfiles.rules = [
|
||||
"Z ${config.home-manager.users.${user0}.home.homeDirectory} 0755 ${user0} users -"
|
||||
"d /mnt/storage 2775 root root -"
|
||||
"d /opt/secrets 0755 root root -"
|
||||
|
||||
];
|
||||
|
||||
services.udisks2.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue