diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-03-05 13:15:33 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-03-05 13:15:33 +0100 |
| commit | 3206ce36cb1232e176715973c9bd443fd462b54b (patch) | |
| tree | 7e3dfafd1afad237f3fb3fe60afdf96c798d7b0e /hosts/vidhar/default.nix | |
| parent | 561046779758d2db6af5609b0a66aed134d86275 (diff) | |
| download | nixos-3206ce36cb1232e176715973c9bd443fd462b54b.tar nixos-3206ce36cb1232e176715973c9bd443fd462b54b.tar.gz nixos-3206ce36cb1232e176715973c9bd443fd462b54b.tar.bz2 nixos-3206ce36cb1232e176715973c9bd443fd462b54b.tar.xz nixos-3206ce36cb1232e176715973c9bd443fd462b54b.zip | |
vidhar: remove printing
Diffstat (limited to 'hosts/vidhar/default.nix')
| -rw-r--r-- | hosts/vidhar/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index 5c70c669..d064e3da 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix | |||
| @@ -4,7 +4,7 @@ with lib; | |||
| 4 | 4 | ||
| 5 | { | 5 | { |
| 6 | imports = with flake.nixosModules.systemProfiles; [ | 6 | imports = with flake.nixosModules.systemProfiles; [ |
| 7 | ./zfs.nix ./network ./samba.nix ./dns ./prometheus ./borg ./pgbackrest ./printing | 7 | ./zfs.nix ./network ./samba.nix ./dns ./prometheus ./borg ./pgbackrest |
| 8 | tmpfs-root zfs | 8 | tmpfs-root zfs |
| 9 | initrd-all-crypto-modules default-locale openssh rebuild-machines | 9 | initrd-all-crypto-modules default-locale openssh rebuild-machines |
| 10 | build-server | 10 | build-server |
