Set up astyanax host

This commit is contained in:
2025-11-11 23:35:48 +01:00
parent d876d02313
commit a68a903b9e
7 changed files with 205 additions and 104 deletions

View File

@@ -23,6 +23,8 @@
"flakes"
];
nixpkgs.config.allowUnfree = true;
disko = {
devices.disk.main.device = "/dev/vda";
devices.disk.main.imageName = "nixos-vm";
@@ -41,8 +43,6 @@
};
};
nixpkgs.config.allowUnfree = true;
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;