add argiletum
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 9s
Check Nix flake / Perform Nix flake checks (pull_request) Failing after 2m17s

This commit is contained in:
2026-05-03 14:09:35 -04:00
parent 9222be4052
commit 43c026c451
6 changed files with 80 additions and 19 deletions
+3 -17
View File
@@ -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 = [ ];
}