diff --git a/Makefile b/Makefile index 60bd1fdd..b282a5ad 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ build_darwin: nix run nix-darwin -- build --flake . home: - nix --extra-experimental-features "nix-command flakes" run home-manager/master -- switch --flake . + nix --extra-experimental-features "nix-command flakes" run home-manager/master -- switch --flake .#mirai -b backup nixos: sudo nixos-rebuild switch --flake . diff --git a/common/home.nix b/common/home.nix index 08b17b38..a0ed539c 100644 --- a/common/home.nix +++ b/common/home.nix @@ -49,7 +49,8 @@ in { ] ++ lib.optionals device.isLinux [../linux] # ++ lib.optionals.device.isMac [../macos] - ++ lib.optionals device.isServer [../server]; + # ++ lib.optionals device.isServer [../server]; + ; home.packages = with pkgs; [ diff --git a/flake.nix b/flake.nix index a4d61660..ceb8bad8 100644 --- a/flake.nix +++ b/flake.nix @@ -120,7 +120,6 @@ user = "fs0c131y"; hasGui = false; # Don't wan't to run GUI apps on a headless server isServer = true; - live = true; } { name = "ryu";