more stuff
This commit is contained in:
parent
358573b80d
commit
7b40e3bf9e
4 changed files with 7 additions and 2 deletions
|
@ -31,6 +31,7 @@
|
||||||
type = "btrfs";
|
type = "btrfs";
|
||||||
extraArgs = [ "-f" "-L nixos" ];
|
extraArgs = [ "-f" "-L nixos" ];
|
||||||
subvolumes = {
|
subvolumes = {
|
||||||
|
/* Do not rename the root partition as it'll break impermanence */
|
||||||
"/root" = {
|
"/root" = {
|
||||||
mountpoint = "/";
|
mountpoint = "/";
|
||||||
mountOptions = [
|
mountOptions = [
|
||||||
|
|
|
@ -27,7 +27,8 @@
|
||||||
type = "btrfs";
|
type = "btrfs";
|
||||||
extraArgs = [ "-f" "-L nixos" ];
|
extraArgs = [ "-f" "-L nixos" ];
|
||||||
subvolumes = {
|
subvolumes = {
|
||||||
"/rootfs" = {
|
/* Do not rename the root partition as it'll break impermanence */
|
||||||
|
"/root" = {
|
||||||
mountpoint = "/";
|
mountpoint = "/";
|
||||||
mountOptions = [
|
mountOptions = [
|
||||||
"noatime"
|
"noatime"
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
"documents"
|
"documents"
|
||||||
"download"
|
"download"
|
||||||
"music"
|
"music"
|
||||||
"pictures"
|
"images"
|
||||||
"videos"
|
"videos"
|
||||||
"programming"
|
"programming"
|
||||||
];
|
];
|
||||||
|
|
|
@ -8,6 +8,9 @@
|
||||||
trusted-users = [ "@wheel" ];
|
trusted-users = [ "@wheel" ];
|
||||||
allowed-users = [ "@wheel" ];
|
allowed-users = [ "@wheel" ];
|
||||||
};
|
};
|
||||||
|
extraOptions = ''
|
||||||
|
experimental-features = nix-command flakes
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue