This commit is contained in:
Kat Inskip 2023-07-17 15:07:23 -07:00
parent c27b6d21af
commit 413ee5e6bc
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
16 changed files with 55 additions and 58 deletions

View file

@ -3,6 +3,8 @@ _: {
nix = {
extraOptions = ''
extra-platforms = x86_64-darwin aarch64-darwin
builders-use-substitutes = true
build-fallback = true
'';
};
}

View file

@ -40,4 +40,6 @@ _: {
];
};
};
users.users.kat.home = "/Users/kat";
users.users.root.home = "/var/root";
}