forked from poz/niksos
hostname fix and add chmura
This commit is contained in:
parent
f253cb092c
commit
5f5a985efe
2 changed files with 2 additions and 1 deletions
|
@ -12,8 +12,8 @@ in {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = {inherit lib inputs self;};
|
specialArgs = {inherit lib inputs self;};
|
||||||
modules = [
|
modules = [
|
||||||
{networking.hostName = "niksos";}
|
|
||||||
./niksos
|
./niksos
|
||||||
|
./chmura
|
||||||
]
|
]
|
||||||
++ [
|
++ [
|
||||||
# this list includes an alias for the home-manager module, and another for the global home-manager configuration directory
|
# this list includes an alias for the home-manager module, and another for the global home-manager configuration directory
|
||||||
|
|
|
@ -21,6 +21,7 @@ in
|
||||||
boot.loader.grub.enable = true;
|
boot.loader.grub.enable = true;
|
||||||
boot.loader.grub.device = "/dev/sda";
|
boot.loader.grub.device = "/dev/sda";
|
||||||
|
|
||||||
|
networking.hostName = "niksos";
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
time.timeZone = "Europe/Warsaw";
|
time.timeZone = "Europe/Warsaw";
|
||||||
|
|
Loading…
Reference in a new issue