From 574e51226ad59c346fdb1292b9e75455c44def18 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 30 Sep 2024 17:06:18 +1000 Subject: [PATCH] chore(sercanto): switch to Cosmic Desktop --- hosts/sercanto/default.nix | 4 ---- outputs.nix | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/hosts/sercanto/default.nix b/hosts/sercanto/default.nix index 5f17a85..fa5117a 100644 --- a/hosts/sercanto/default.nix +++ b/hosts/sercanto/default.nix @@ -7,7 +7,6 @@ imports = [ ../../hardware/system76_lemurPro.nix # Include results of the hardware scan. ../../profiles/cron-craige.nix # Provide Craige's cron jobs - ../../profiles/desktopCraige.nix # Craige's desktop tools and apps ../../profiles/haskell-dev.nix # Haskell dev environment ../../profiles/host_common.nix # Common host configuration options ../../profiles/iog.nix # IOHK environment @@ -17,7 +16,6 @@ ../../profiles/nix-mio-ops.nix # mio-ops Nix tooling ../../profiles/nixpkgs-dev.nix # Nix pkgs dev tools ../../profiles/openssh.nix # Enable and configure openssh - ../../profiles/pantheon.nix # Enable and configure the pantheon desktop ../../profiles/pipewire.nix # Enable and pipewire audio system ../../profiles/powerManagement.nix # Power management for laptops ../../profiles/xmonad.nix # Xmonad desktop environment @@ -25,8 +23,6 @@ ../../profiles/users-ops.nix # MIO Ops users ]; - deployment.targetHost = "10.42.0.180"; - nixpkgs = { config = { allowUnfree = true; diff --git a/outputs.nix b/outputs.nix index 738070a..bb000cf 100644 --- a/outputs.nix +++ b/outputs.nix @@ -167,6 +167,9 @@ in { hosts/sercanto ragenix.nixosModules.default ]; + deployment.targetHost = "10.42.0.180"; + roles.desktop.enable = true; + roles.desktopCraige.enable = true; }; sithlainnir = { imports = [