diff --git a/willem/configuration.nix b/willem/configuration.nix index b7ebe0e..105d1e3 100644 --- a/willem/configuration.nix +++ b/willem/configuration.nix @@ -66,12 +66,6 @@ services.jellyfin.enable = true; - # This value determines the NixOS release from which the default - # settings for stateful data, like file locations and database versions - # on your system were taken. It's perfectly fine and recommended to leave - # this value at the release version of the first install of this system. - # Before changing this value read the documentation for this option - # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "23.11"; # Did you read the comment? } diff --git a/willem/programs/zsh.nix b/willem/programs/zsh.nix index d4e9708..f783f10 100644 --- a/willem/programs/zsh.nix +++ b/willem/programs/zsh.nix @@ -6,7 +6,7 @@ }; shellInit = '' function rebuild () { - sudo nixos-rebuild switch --flake /home/leonv/nixos + sudo nixos-rebuild switch --flake "/home/leonv/nixos?submodules=1" sudo cp -r /home/leonv/nixos /etc/ } ''; @@ -16,4 +16,4 @@ theme = "dpoggi"; }; }; -} \ No newline at end of file +}