diff --git a/.gitmodules b/.gitmodules index e9af7beb..47f414df 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "wallpapers"] path = wallpapers url = https://git.sysctl.io/albert/wallpapers - branch = main@HEAD + branch = main diff --git a/nixos/hosts/nixos-framework/default.nix b/nixos/hosts/nixos-framework/default.nix index c359e063..37d812f1 100644 --- a/nixos/hosts/nixos-framework/default.nix +++ b/nixos/hosts/nixos-framework/default.nix @@ -12,11 +12,7 @@ ../../common/services/fwupd.nix ../../common/services/tlp.nix ]; - - networking.extraHosts = '' - 192.168.1.210 pass.sysctl.io - ''; - + # steam , etc nixpkgs.config.allowUnfree = true; powerManagement.enable = true;