aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-03 16:45:26 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-03 16:45:26 -0600
commitc29a14135736c2516bb5d951e6e97dc8143598db (patch)
tree925628abfe934e3ea2cfd4a70357f8f9b5acb474 /hosts/mercury
parentce2cc260710f801c10302847796b931f7ed19709 (diff)
changes
Diffstat (limited to 'hosts/mercury')
-rw-r--r--hosts/mercury/hjem.nix6
-rw-r--r--hosts/mercury/nixos.nix2
2 files changed, 3 insertions, 5 deletions
diff --git a/hosts/mercury/hjem.nix b/hosts/mercury/hjem.nix
index 9e0ca77..793ee2a 100644
--- a/hosts/mercury/hjem.nix
+++ b/hosts/mercury/hjem.nix
@@ -30,11 +30,11 @@ in {
captive-browser # https://words.filippo.io/captive-browser
captiveBrowserDesktop
- inputs.glide-browser.packages."x86_64-linux".default
- inputs.vermilion.packages."x86_64-linux".default
+ # inputs.glide-browser.packages."x86_64-linux".default
+ # inputs.vermilion.packages."x86_64-linux".default
# (pkgs.callPackage ../../pkgs/yoshi.nix {inherit inputs;})
- (pkgs.callPackage ../../pkgs/yo.nix {inherit inputs;})
+ (pkgs.callPackage ../../pkgs/yo {inherit inputs;})
];
files.".config/captive-browser.toml".text = ''
diff --git a/hosts/mercury/nixos.nix b/hosts/mercury/nixos.nix
index fee1a5e..932fdb0 100644
--- a/hosts/mercury/nixos.nix
+++ b/hosts/mercury/nixos.nix
@@ -30,8 +30,6 @@
}
];
- security.soteria.enable = true;
-
services.printing.enable = true;
environment.defaultPackages = lib.mkForce []; # im not a noob