forked from fediversity/fediversity
rm unused settings
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
9ddc71acc3
commit
679b4a7b73
1 changed files with 0 additions and 9 deletions
|
|
@ -11,7 +11,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
../common/sharedOptions.nix
|
../common/sharedOptions.nix
|
||||||
../common/targetNode.nix
|
../common/targetNode.nix
|
||||||
"${sources.nixpkgs}/nixos/modules/profiles/minimal.nix"
|
|
||||||
"${sources.nixpkgs}/nixos/modules/profiles/qemu-guest.nix"
|
"${sources.nixpkgs}/nixos/modules/profiles/qemu-guest.nix"
|
||||||
# systemd-repart
|
# systemd-repart
|
||||||
# ../../../infra/common/nixos/repart.nix
|
# ../../../infra/common/nixos/repart.nix
|
||||||
|
|
@ -19,18 +18,10 @@
|
||||||
"${sources.disko}/module.nix"
|
"${sources.disko}/module.nix"
|
||||||
../../../infra/common/proxmox-qemu-vm.nix
|
../../../infra/common/proxmox-qemu-vm.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.hostPlatform = "x86_64-linux";
|
nixpkgs.hostPlatform = "x86_64-linux";
|
||||||
|
|
||||||
system.stateVersion = "25.05";
|
system.stateVersion = "25.05";
|
||||||
services.qemuGuest.enable = true;
|
services.qemuGuest.enable = true;
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
networking = {
|
|
||||||
firewall.enable = false;
|
|
||||||
useNetworkd = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
services.cloud-init = {
|
services.cloud-init = {
|
||||||
enable = true;
|
enable = true;
|
||||||
network.enable = true;
|
network.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue