feat(server): Chnaged the configs and added justfile for server
This commit is contained in:
@@ -77,6 +77,7 @@ in {
|
|||||||
# Misc
|
# Misc
|
||||||
ttyper
|
ttyper
|
||||||
qmk
|
qmk
|
||||||
|
ast-grep
|
||||||
p7zip
|
p7zip
|
||||||
yt-dlp
|
yt-dlp
|
||||||
# spotdl
|
# spotdl
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
# Slightly experimental: Like generic, but with nixos-facter (https://github.com/numtide/nixos-facter)
|
# 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
|
# 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";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
disko.nixosModules.disko
|
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