feat(server): Chnaged the configs and added justfile for server
This commit is contained in:
@@ -77,6 +77,7 @@ in {
|
||||
# Misc
|
||||
ttyper
|
||||
qmk
|
||||
ast-grep
|
||||
p7zip
|
||||
yt-dlp
|
||||
# spotdl
|
||||
|
||||
@@ -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
|
||||
|
||||
2
server/justfile
Normal file
2
server/justfile
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user