Compare commits
No commits in common. "69574ba1f0a1df87a85ff5224b4796952487acb7" and "73c1ae11e76db405b17345a003b7fc4cb6af6278" have entirely different histories.
69574ba1f0
...
73c1ae11e7
3 changed files with 3 additions and 9 deletions
|
|
@ -88,6 +88,6 @@ in
|
|||
|
||||
schmittlauch = {
|
||||
audio-sharing.enable = true;
|
||||
secureboot.enable = false;
|
||||
secureboot.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,10 +37,7 @@ in
|
|||
"/boot" = {
|
||||
device = "/dev/disk/by-uuid/AF8E-E9E6";
|
||||
fsType = "vfat";
|
||||
options = [
|
||||
"discard"
|
||||
"umask=077"
|
||||
];
|
||||
options = [ "discard" ];
|
||||
};
|
||||
# nix/ lix build directory
|
||||
# lix:
|
||||
|
|
|
|||
|
|
@ -35,10 +35,7 @@ in
|
|||
"/boot" = {
|
||||
device = "/dev/disk/by-uuid/DED9-661B";
|
||||
fsType = "vfat";
|
||||
options = [
|
||||
"discard"
|
||||
"umask=077"
|
||||
];
|
||||
options = [ "discard" ];
|
||||
};
|
||||
|
||||
"/home" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue