diff --git a/common/home.nix b/common/home.nix index 101c827f..08b17b38 100644 --- a/common/home.nix +++ b/common/home.nix @@ -77,6 +77,7 @@ in { # Misc ttyper qmk + ast-grep p7zip yt-dlp # spotdl diff --git a/server/flake.nix b/server/flake.nix index 6a4b2bcb..22c73f06 100644 --- a/server/flake.nix +++ b/server/flake.nix @@ -23,7 +23,7 @@ # Slightly experimental: Like generic, but with nixos-facter (https://github.com/numtide/nixos-facter) # nix run github:nix-community/nixos-anywhere -- --flake .#generic-nixos-facter --generate-hardware-config nixos-facter facter.json root@sh.darksailor.dev - nixosConfigurations.generic-nixos-facter = nixpkgs.lib.nixosSystem { + nixosConfigurations.facter = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ disko.nixosModules.disko diff --git a/server/justfile b/server/justfile new file mode 100644 index 00000000..96e6177f --- /dev/null +++ b/server/justfile @@ -0,0 +1,2 @@ +facter: + nix run github:nix-community/nixos-anywhere -- --flake .#facter --generate-hardware-config nixos-facter facter.json root@sh.darksailor.dev