Hermes: Minor cleanup

This commit is contained in:
Payas Relekar 2022-06-02 12:03:55 +00:00
parent 68142d1f67
commit c590a170da
2 changed files with 4 additions and 3 deletions

View file

@ -92,14 +92,14 @@
./modules/fonts.nix
# agenix.nixosModules.age
# ./modules/agenix.nix
nixos-wsl.nixosModules.wsl
nixos-wsl.nixosModules.wsl
# Host-specific config
# ./hosts/enterprise/backup.nix
# ./hosts/enterprise/syncthing.nix
# ./hosts/enterprise/nvidia.nix
./hosts/hermes/configuration.nix
./hosts/hermes/syncthing.nix
./hosts/hermes/syncthing.nix
# User-specific config : Home-manager
home-manager.nixosModules.home-manager

View file

@ -28,9 +28,10 @@
};
};
# Because NixOS-WSL was still at this version during setup.
system.stateVersion = "22.05";
# Hostname
networking.hostName = "hermes";
time.timeZone = "Asia/Kolkata";
}