delete flake.lock

This commit is contained in:
DashieTM 2024-05-05 16:05:58 +02:00
parent dcfb38839d
commit 49ece00cff
8 changed files with 38 additions and 542 deletions

View file

@ -42,6 +42,10 @@
DIRENV_LOG_FORMAT = "";
};
nix.settings.trusted-users = [
"dashie"
];
# allows user change later on
users.mutableUsers = true;
users.users.dashie = {
@ -58,17 +62,5 @@
password = "firstlogin";
};
nix.settings = {
builders-use-substitutes = true;
# substituters to use
substituters = [
"https://anyrun.cachix.org"
];
trusted-public-keys = [
"anyrun.cachix.org-1:pqBobmOjI7nKlsUMV25u9QHa9btJK65/C8vnO3p346s="
];
};
system.stateVersion = "unstable";
}