Small fixes

This commit is contained in:
Johannes Jöns 2023-03-14 20:13:09 +01:00
parent c9325b0a29
commit 5406cab70c
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
peerix-private
peerix-public
result

View file

@ -23,7 +23,7 @@ with lib;
};
# System
custom.system.boot.uboot.enable = true;
custom.system.boot.grub.enable = true;
custom.system.ssh.enable = true;
custom.nix.enable = true;
custom.hardware.audio.enable = true;

View file

@ -23,7 +23,7 @@ with lib;
};
# System
custom.system.boot.uboot.enable = true;
custom.system.boot.grub.enable = true;
custom.system.ssh.enable = true;
custom.nix.enable = true;
custom.hardware.audio.enable = true;