gn
This commit is contained in:
parent
fc03bb0b93
commit
358573b80d
6 changed files with 34 additions and 15 deletions
|
@ -1,6 +1,9 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
/* Required to be able to allowOther on user persisted directories */
|
||||
programs.fuse.userAllowOther = true;
|
||||
|
||||
boot.initrd.postDeviceCommands = lib.mkAfter ''
|
||||
mkdir /btrfs_tmp
|
||||
mount "${config.fileSystems."/".device}" /btrfs_tmp
|
||||
|
|
|
@ -29,4 +29,6 @@
|
|||
users.root.hashedPassword = "!";
|
||||
mutableUsers = false;
|
||||
};
|
||||
|
||||
sops.age.keyFile = "/nix/config/secrets/keys.txt";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue