diff options
| author | Linnea Gräf <nea@nea.moe> | 2024-12-23 14:15:39 +0100 |
|---|---|---|
| committer | Linnea Gräf <nea@nea.moe> | 2024-12-23 14:15:39 +0100 |
| commit | 0fd15c012d5d0f7ac9bdb0aa48cb488ded6b8aa2 (patch) | |
| tree | 431870120c00afb1bdb01db99e69b86c8def4afe /srv | |
| parent | 6114595126b68a7dac172896662de4722ce988ab (diff) | |
| download | nix-infra-0fd15c012d5d0f7ac9bdb0aa48cb488ded6b8aa2.tar.gz nix-infra-0fd15c012d5d0f7ac9bdb0aa48cb488ded6b8aa2.tar.bz2 nix-infra-0fd15c012d5d0f7ac9bdb0aa48cb488ded6b8aa2.zip | |
Use lix
Diffstat (limited to 'srv')
| -rw-r--r-- | srv/h-alpha/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/srv/h-alpha/configuration.nix b/srv/h-alpha/configuration.nix index 79d71a7..27a8a6f 100644 --- a/srv/h-alpha/configuration.nix +++ b/srv/h-alpha/configuration.nix @@ -10,6 +10,9 @@ ./disko-config.nix ./services.nix ]; + + nix.package = pkgs.lix; + boot.loader.systemd-boot.enable = true; users.users.nea = { |
