hostname fix
This commit is contained in:
parent
5010c61a0a
commit
7cf00828cd
2 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,6 @@
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
networking.hostName = "chmura";
|
||||
|
||||
time.timeZone = "Europe/Warsaw";
|
||||
|
||||
nix.settings = {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
_: {
|
||||
imports = [
|
||||
./conduit.nix
|
||||
./configuration.nix
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue