feat: switch back to lix

This commit is contained in:
Moritz Böhme 2025-05-28 11:21:45 +02:00
parent 7aa27bf47e
commit e69d9f410f
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{
{pkgs, ...}: {
imports = [
../../modules/zfs_unencrypted.nix
../../modules/shared.nix
@ -15,6 +15,7 @@
# If you change the hostname, you need to update this line to root@<new-hostname>
# This only works however if you have avahi running on your admin machine else use IP
clan.core.networking.targetHost = "root@moritz-server";
nix.package = pkgs.lixPackageSets.latest.lix;
networking = {
interfaces.enp2s0 = {

View file

@ -30,7 +30,7 @@ in {
nix = {
nixPath = ["nixpkgs=${inputs.nixpkgs}"];
package = pkgs.nix; # TODO: change this back
package = pkgs.lixPackageSets.latest.lix;
extraOptions = ''
experimental-features = nix-command flakes