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
|
./options.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs.hostPlatform = "x86_64-linux";
|
||||||
hostPlatform = "x86_64-linux";
|
|
||||||
};
|
|
||||||
|
|
||||||
networking = {
|
networking.hostName = "inkvine";
|
||||||
hostName = "inkvine";
|
|
||||||
};
|
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
initrd = {
|
initrd = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue