add argiletum
This commit is contained in:
@@ -1,21 +1,7 @@
|
||||
# TODO: replace with the output of:
|
||||
# sudo nixos-generate-config --show-hardware-config
|
||||
# run on the Pi after initial boot into the NixOS installer.
|
||||
# TODO: after first boot, regenerate with:
|
||||
# sudo nixos-generate-config --no-filesystems
|
||||
# (disko owns fileSystems; do not add them here)
|
||||
{ ... }:
|
||||
{
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-label/nixos";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
fileSystems."/boot/firmware" = {
|
||||
device = "/dev/disk/by-label/NIXOS_BOOT";
|
||||
fsType = "vfat";
|
||||
options = [
|
||||
"fmask=0077"
|
||||
"dmask=0077"
|
||||
];
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user