Compare commits

..

2 commits

Author SHA1 Message Date
dca26699aa Fix outdated settings 2024-12-16 13:35:08 +01:00
f6e5a3e25b Create a clean profile 2024-12-16 13:35:07 +01:00
3 changed files with 2 additions and 8 deletions

View file

@ -46,7 +46,7 @@
DerGeret = import ./profiles/machines/manuel/DerGeret/Arch/config.nix;
ManuSurface = import ./profiles/machines/manuel/ManuSurface/Arch/config.nix;
server = import ./profiles/machines/manuel/server.nix;
clean = {}: {
clean = { ... }: {
config = {
valhalla = {
hostname = "Falcon";

View file

@ -44,12 +44,6 @@ let
"/dev/${config.name}";
};
deviceScript = mkOption {
type = types.str;
description = "A command for loading the device path into the device variable";
internal = true;
};
deviceVariable = mkOption {
type = types.str;
description = "The name of the variable holding the name of the disk";

View file

@ -14,7 +14,7 @@
components = [ "Logitech G903" ];
};
partition.os.deviceName = "nvme0n1";
fileSystems.diskSetup.devices.OS.name = "nvme0n1";
};
};
}