hostname fix

This commit is contained in:
jacekpoz 2023-07-13 16:45:03 +02:00
parent 5010c61a0a
commit 7cf00828cd
2 changed files with 1 additions and 2 deletions

View file

@ -11,8 +11,6 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "chmura";
time.timeZone = "Europe/Warsaw";
nix.settings = {

View file

@ -1,5 +1,6 @@
_: {
imports = [
./conduit.nix
./configuration.nix
./hardware-configuration.nix
];