This commit is contained in:
Daniel Barlow
2023-12-13 21:54:15 +00:00
parent 95d9e014fb
commit 55fa9992d4
4 changed files with 96 additions and 6 deletions

View File

@@ -44,7 +44,6 @@ in rec {
../modules/ntp
../modules/ssh
];
rootfsType = "jffs2";
hostname = "rotuer";
services.hostap = svc.hostapd.build {
@@ -182,4 +181,8 @@ in rec {
defaultProfile.packages = with pkgs; [
min-collect-garbage
];
programs.busybox.applets = [
"fdisk" "sfdisk"
];
}