add necessary flake output
This commit is contained in:
parent
5f406a6530
commit
7cf31cdd4b
2 changed files with 13 additions and 0 deletions
|
|
@ -9,6 +9,10 @@
|
|||
];
|
||||
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
networking = {
|
||||
hostName = "nuOS"; # Define your hostname.
|
||||
networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||
};
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue