hostname fix and add chmura

This commit is contained in:
jacekpoz 2023-07-13 12:51:26 +02:00
parent f253cb092c
commit 5f5a985efe
2 changed files with 2 additions and 1 deletions

View file

@ -12,8 +12,8 @@ in {
system = "x86_64-linux";
specialArgs = {inherit lib inputs self;};
modules = [
{networking.hostName = "niksos";}
./niksos
./chmura
]
++ [
# this list includes an alias for the home-manager module, and another for the global home-manager configuration directory

View file

@ -21,6 +21,7 @@ in
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";
networking.hostName = "niksos";
networking.networkmanager.enable = true;
time.timeZone = "Europe/Warsaw";