diff --git a/condoserver_activate_flake.sh b/condoserver_activate_flake.sh index c83d5f1..5b4a0bf 100755 --- a/condoserver_activate_flake.sh +++ b/condoserver_activate_flake.sh @@ -1,3 +1,3 @@ #!/usr/bin/env sh -nixos-rebuild switch --fast --flake .#condoserver --target-host root@192.168.86.21 --build-host root@192.168.86.21 +nixos-rebuild switch --fast --flake .#condoserver --target-host root@condoserver.room409.wg.test --build-host root@condoserver.room409.wg.test diff --git a/flake.lock b/flake.lock index b14656b..b9d7ffd 100644 --- a/flake.lock +++ b/flake.lock @@ -39,8 +39,7 @@ "root": { "inputs": { "home-manager": "home-manager", - "nixpkgs": "nixpkgs", - "vps_nixpkgs": "vps_nixpkgs" + "nixpkgs": "nixpkgs" } }, "utils": { @@ -57,21 +56,6 @@ "repo": "flake-utils", "type": "github" } - }, - "vps_nixpkgs": { - "locked": { - "lastModified": 1677557473, - "narHash": "sha256-Zz69BtbX1XSVvB3qkoDaeBPpvJbr+ELIOpWDKyXX4TU=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "44ac1cbea8621d6e18a2b0cbfa3d773ba04f3268", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "ref": "master", - "type": "indirect" - } } }, "root": "root", diff --git a/flake.nix b/flake.nix index 1defb8d..4a78f2b 100644 --- a/flake.nix +++ b/flake.nix @@ -422,6 +422,7 @@ # don't suspend on lid close services.logind.lidSwitch = "ignore"; + services.glusterfs.enable = true; networking.hostName = "condoserver"; # Define your hostname. system.stateVersion = "22.11"; # Did you read the comment?