diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2026-05-30 21:39:56 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2026-05-30 21:39:56 -0500 |
| commit | 71a5db2f26d1ac01c8e897d9362a09956c02bbc3 (patch) | |
| tree | f11e4375f2d59dcc3a3570e682bb674147eccc0b /hosts/gnuslashprinter/configuration.nix | |
| parent | 527bc8f288eb916cab4e14d00c4b44b9d69344e4 (diff) | |
| download | nixos-master.tar.xz nixos-master.zip | |
Diffstat (limited to 'hosts/gnuslashprinter/configuration.nix')
| -rw-r--r-- | hosts/gnuslashprinter/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/gnuslashprinter/configuration.nix b/hosts/gnuslashprinter/configuration.nix index b05a587..6af701a 100644 --- a/hosts/gnuslashprinter/configuration.nix +++ b/hosts/gnuslashprinter/configuration.nix @@ -1,4 +1,6 @@ { + imports = [ ./klipper.nix ]; + boot._loader.enable = true; _archetypes = { |
