unnecessary now
This commit is contained in:
parent
3354984763
commit
749f96536f
1 changed files with 2 additions and 10 deletions
|
|
@ -6,9 +6,7 @@
|
|||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: let
|
||||
stateVersion = "25.05";
|
||||
in {
|
||||
}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../modules
|
||||
|
|
@ -152,11 +150,5 @@ in {
|
|||
boot.binfmt.emulatedSystems = ["aarch64-linux"];
|
||||
nix.settings.extra-platforms = config.boot.binfmt.emulatedSystems;
|
||||
|
||||
# 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 = stateVersion; # Did you read the comment?
|
||||
system.stateVersion = "25.05"; # great taboo of the nixos world
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue