summaryrefslogtreecommitdiff
path: root/hosts/gnuslashprinter/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/gnuslashprinter/configuration.nix')
-rw-r--r--hosts/gnuslashprinter/configuration.nix18
1 files changed, 18 insertions, 0 deletions
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";
+}