🗑️ fix deprecation warnings

Close #12
This commit is contained in:
2022-08-28 20:13:46 -04:00
parent d7c157a556
commit 1760f7a7d4
4 changed files with 25 additions and 33 deletions

View File

@ -16,7 +16,6 @@
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;
users.nix.configureBuildUsers = true;
users.users.walkah = {
home = "/Users/walkah";
shell = pkgs.zsh;
@ -24,17 +23,6 @@
home-manager.users.walkah = import "${dotfiles}/home.nix";
nix = {
package = pkgs.nix;
trustedUsers = [ "root" "@admin" ];
extraOptions = ''
extra-platforms = x86_64-darwin aarch64-darwin
experimental-features = nix-command flakes
'';
};
services.lorri.enable = true;
programs = {