valkyrie: some changes

This commit is contained in:
2026-06-23 16:42:16 +02:00
parent 0c8f567a7e
commit 29adb6e6b0
4 changed files with 0 additions and 8 deletions
@@ -22,13 +22,6 @@
fsType = "ext4";
};
fileSystems."/etc/nixos" =
{
device = "/materus/config/nixos-config";
fsType = "none";
options = [ "bind" ];
};
swapDevices = [
{
device = "/swapfile";
Binary file not shown.
Binary file not shown.
@@ -1,6 +1,5 @@
{
config,
pkgs,
lib,
mkk,
...