From cb69f4ae60e2d94039a7bb0b5caa566a9d288686 Mon Sep 17 00:00:00 2001 From: ene Date: Sun, 5 Feb 2023 08:58:11 +0100 Subject: Fix: correct host name and convenience changes We used the domain name instead of the host name, which obviously doesn't work for multiple host. In addition to that I changed some directory to make importing easier and enabled the "nix-command" and "flakes" experimental options, to make the `nix flake check` command usable. Refs: #15 --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index a6d95b6..2e52203 100644 --- a/flake.nix +++ b/flake.nix @@ -11,10 +11,10 @@ nixpkgs, ... } @ attrs: { - nixosConfigurations."vhack.eu" = nixpkgs.lib.nixosSystem { + nixosConfigurations."server1" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = attrs; - modules = [./hosts/vhack.eu/configuration.nix]; + modules = [./hosts/server1/configuration.nix]; }; }; } -- cgit 1.4.1