2026-04-06T15:31:50+00:00
This commit is contained in:
+8
-1
@@ -13,8 +13,15 @@
|
|||||||
allowed-users = [ "root" "kalle" ];
|
allowed-users = [ "root" "kalle" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# # direct deploy building
|
||||||
|
# fileSystems."/" = {
|
||||||
|
# device = "/dev/vda1";
|
||||||
|
# fsType = "ext4";
|
||||||
|
# };
|
||||||
|
|
||||||
|
# image building
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "/dev/vda1";
|
device = "/dev/disk/by-label/nixos";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user