funnier abstractions

This commit is contained in:
Gerg-L 2024-08-16 23:28:48 -04:00
parent 66091358d5
commit e30687954a
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
6 changed files with 40 additions and 34 deletions

View file

@ -200,4 +200,6 @@
};
system.stateVersion = "24.11";
networking.hostName = "gerg-desktop";
nixpkgs.hostPlatform = "x86_64-linux";
}

View file

@ -39,4 +39,8 @@
edition = lib.mkForce "gerg-minimal";
isoName = lib.mkForce "NixOS";
};
system.stateVersion = "24.11";
networking.hostName = "gerg-iso";
nixpkgs.hostPlatform = "x86_64-linux";
}

View file

@ -76,6 +76,8 @@
];
system.stateVersion = "24.11";
networking.hostName = "media-laptop";
nixpkgs.hostPlatform = "x86_64-linux";
swapDevices = [
{

View file

@ -94,6 +94,7 @@
programs.command-not-found.enable = false;
programs.nano.enable = false;
###
nixpkgs.hostPlatform = "x86_64-linux";
system.stateVersion = "24.11";
nixpkgs.hostPlatform = "x86_64-linux";
}