From 7f42d4f20b7aec1da13d2d91ad2dbf8b269872ee Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sat, 30 May 2026 21:38:35 -0500 Subject: add gnuslashprinter host --- hosts/gnuslashprinter/configuration.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 hosts/gnuslashprinter/configuration.nix (limited to 'hosts/gnuslashprinter/configuration.nix') diff --git a/hosts/gnuslashprinter/configuration.nix b/hosts/gnuslashprinter/configuration.nix new file mode 100644 index 0000000..b05a587 --- /dev/null +++ b/hosts/gnuslashprinter/configuration.nix @@ -0,0 +1,18 @@ +{ + boot._loader.enable = true; + + _archetypes = { + profiles = { + headless = { + enable = true; + home.users.timmy.enable = true; + }; + btrfs.enable = true; + }; + }; + + # Enable user timmy + _users.timmy.enable = true; + + system.stateVersion = "25.11"; +} -- cgit v1.2.3