Compare commits

..

No commits in common. "69574ba1f0a1df87a85ff5224b4796952487acb7" and "73c1ae11e76db405b17345a003b7fc4cb6af6278" have entirely different histories.

3 changed files with 3 additions and 9 deletions

View file

@ -88,6 +88,6 @@ in
schmittlauch = { schmittlauch = {
audio-sharing.enable = true; audio-sharing.enable = true;
secureboot.enable = false; secureboot.enable = true;
}; };
} }

View file

@ -37,10 +37,7 @@ in
"/boot" = { "/boot" = {
device = "/dev/disk/by-uuid/AF8E-E9E6"; device = "/dev/disk/by-uuid/AF8E-E9E6";
fsType = "vfat"; fsType = "vfat";
options = [ options = [ "discard" ];
"discard"
"umask=077"
];
}; };
# nix/ lix build directory # nix/ lix build directory
# lix: # lix:

View file

@ -35,10 +35,7 @@ in
"/boot" = { "/boot" = {
device = "/dev/disk/by-uuid/DED9-661B"; device = "/dev/disk/by-uuid/DED9-661B";
fsType = "vfat"; fsType = "vfat";
options = [ options = [ "discard" ];
"discard"
"umask=077"
];
}; };
"/home" = { "/home" = {