no single item nesting

This commit is contained in:
twoneis 2024-08-09 00:15:04 +02:00
parent 384c69c4b5
commit d0b0f42f74

View file

@ -7,13 +7,9 @@ in {
./options.nix
];
nixpkgs = {
hostPlatform = "x86_64-linux";
};
nixpkgs.hostPlatform = "x86_64-linux";
networking = {
hostName = "inkvine";
};
networking.hostName = "inkvine";
boot = {
initrd = {