summaryrefslogtreecommitdiff
path: root/machines/t1
diff options
context:
space:
mode:
authorKleidi Bujari <mail@4kb.net>2025-04-02 22:11:38 -0400
committerKleidi Bujari <mail@4kb.net>2025-04-02 22:11:38 -0400
commitc950f338c5720a132552863a35d1c7924df3d3a6 (patch)
treec3134c42e1618c255ca8e9e0698f90b0ae8b3563 /machines/t1
parentb619ff9dd42eaa62569c8297142f0e4c719d40d2 (diff)
parent09c2b6de63a6ff35348fcb2c2eb57b974f0a8a52 (diff)
downloaddepot-c950f338c5720a132552863a35d1c7924df3d3a6.tar.gz
depot-c950f338c5720a132552863a35d1c7924df3d3a6.tar.bz2
depot-c950f338c5720a132552863a35d1c7924df3d3a6.zip
Merge remote-tracking branch 'origin/copy-blueprint'
Diffstat (limited to 'machines/t1')
-rw-r--r--machines/t1/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/machines/t1/default.nix b/machines/t1/default.nix
index f565fc6..7f375a1 100644
--- a/machines/t1/default.nix
+++ b/machines/t1/default.nix
@@ -1,4 +1,4 @@
-{ inputs, depot, pkgs, ... }:
+{ inputs, flake, pkgs, perSystem, ... }:
let
inherit (inputs.nixos-hardware.nixosModules)
@@ -6,7 +6,7 @@ let
common-gpu-amd
;
- inherit (depot.users) kle;
+ inherit (import flake.outputs.nixosModules.users { inherit perSystem pkgs; }) kle;
in
{
imports = [
@@ -16,7 +16,7 @@ in
system.stateVersion = "24.11";
- users.users.kle = kle.nixos;
+ users.users.kle = kle;
xnet = {
desktop.enable = true;