summaryrefslogtreecommitdiff
path: root/machines/t1
diff options
context:
space:
mode:
authorKleidi Bujari <mail@4kb.net>2025-01-24 19:37:50 -0500
committerKleidi Bujari <mail@4kb.net>2025-01-24 19:37:50 -0500
commit221d7084c23dce02e3f47ab18db2bfba78efe83b (patch)
tree925c98e92854280e29f6171de6050443d31340c1 /machines/t1
parentdef88b34145d81472d3f2856501c157889f42ba2 (diff)
downloaddepot-221d7084c23dce02e3f47ab18db2bfba78efe83b.tar.gz
depot-221d7084c23dce02e3f47ab18db2bfba78efe83b.tar.bz2
depot-221d7084c23dce02e3f47ab18db2bfba78efe83b.zip
move users to depot, add gitignore
Diffstat (limited to 'machines/t1')
-rw-r--r--machines/t1/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/machines/t1/default.nix b/machines/t1/default.nix
index d95926b..1a44b07 100644
--- a/machines/t1/default.nix
+++ b/machines/t1/default.nix
@@ -1,10 +1,12 @@
-{ inputs, ... }:
+{ inputs, depot, ... }:
let
inherit (inputs.nixos-hardware.nixosModules)
common-cpu-amd
common-gpu-amd
;
+
+ inherit (depot.users) kle;
in
{
imports = [
@@ -14,9 +16,10 @@ in
system.stateVersion = "24.11";
+ users.users.kle = kle.nixos;
+
xnet = {
desktop.enable = true;
- users.enable = [ "kle" ];
net.join = [ "plaza" ];
disk = {
enable = true;