From fb62375c4fb12d867a49f2abcc4a9e2617a7dca7 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Tue, 5 Nov 2024 18:54:10 +0530 Subject: [PATCH] feat(server): Remove server import from home.nix --- Makefile | 2 +- common/home.nix | 3 ++- flake.nix | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) 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";