diff options
| author | scouckel <james.krinsky@gmail.com> | 2026-05-03 04:47:32 -0500 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2026-05-03 04:47:32 -0500 |
| commit | 01c29fe84629327b36cc7a237cd92872fbb50177 (patch) | |
| tree | 80016f5797b9bcbaea582ddca6d20baef773d58f /modules/hosts/dragotha/dragotha.nix | |
| parent | 85c92c234b542125f0a52313157e14f86a443112 (diff) | |
update + lix + no more millennium + oil-nvim + idek anymore
Diffstat (limited to 'modules/hosts/dragotha/dragotha.nix')
| -rw-r--r-- | modules/hosts/dragotha/dragotha.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hosts/dragotha/dragotha.nix b/modules/hosts/dragotha/dragotha.nix index 82de721..e73eae8 100644 --- a/modules/hosts/dragotha/dragotha.nix +++ b/modules/hosts/dragotha/dragotha.nix @@ -5,7 +5,6 @@ }: { flake.nixosConfigurations.dragotha = inputs.nixpkgs.lib.nixosSystem { modules = [ - inputs.lix-module.nixosModules.default self.nixosModules.dragotha self.nixosModules.dragothaHardware @@ -34,6 +33,7 @@ trusted-public-keys = [ "linux-surface.cachix.org-1:h4xRj4dujnm9I9aL2V7OmUTiT7oEefGVwiI4UQrESsk=" ]; + trusted-users = ["jck" "root"]; }; hardware.graphics = { |
