diff options
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | srv/h-alpha/configuration.nix | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ea960ba --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +TODO: switch to lesbian nix 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 = { |
