no single item nesting
This commit is contained in:
parent
384c69c4b5
commit
d0b0f42f74
1 changed files with 2 additions and 6 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue