modify alphaOS config
This commit is contained in:
parent
876904978f
commit
23683bc962
1 changed files with 2 additions and 2 deletions
|
|
@ -5,13 +5,13 @@
|
|||
}:
|
||||
{
|
||||
imports = [
|
||||
../muos/disk-config.nix
|
||||
../lambdaos/disk-config.nix
|
||||
../../common/boot.nix
|
||||
];
|
||||
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
networking = {
|
||||
hostName = "nuOS"; # Define your hostname.
|
||||
hostName = "lambdaOS"; # Define your hostname.
|
||||
networkmanager.enable = true; # Easiest to use and most distros use this by default.
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue