summaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2024-01-08 23:34:58 +0100
committerMike Vink <ivi@vinkies.net>2024-01-08 23:34:58 +0100
commit25d9705750755aeddf093cb5834b385ae3ff8ffc (patch)
tree76301a7080be4addca7cf7cf1a4eaeb731ac9466 /machines
parent9afed39b20971a296b1350c96ed632bb975279b2 (diff)
fixup
Diffstat (limited to 'machines')
-rw-r--r--machines/cal.nix16
-rw-r--r--machines/kubo.nix3
-rw-r--r--machines/serber.nix2
3 files changed, 4 insertions, 17 deletions
diff --git a/machines/cal.nix b/machines/cal.nix
deleted file mode 100644
index 99b114e..0000000
--- a/machines/cal.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{ modulesPath, config, pkgs, lib, ... }: with lib; {
- imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];
-
- boot.loader.grub.device = "/dev/sda";
- boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi" ];
- boot.initrd.kernelModules = [ "nvme" ];
- fileSystems."/" = { device = "/dev/sda1"; fsType = "ext4"; };
-
- sops.age.sshKeyPaths = ["/etc/ssh/ssh_host_ed25519_key"];
- system.stateVersion = "23.11";
- boot.tmp.cleanOnBoot = true;
- zramSwap.enable = true;
- networking.hostName = "vinkies";
- networking.domain = "net";
- services.openssh.enable = true;
-}
diff --git a/machines/kubo.nix b/machines/kubo.nix
new file mode 100644
index 0000000..383ccf0
--- /dev/null
+++ b/machines/kubo.nix
@@ -0,0 +1,3 @@
+{ modulesPath, ... }: {
+
+}
diff --git a/machines/serber.nix b/machines/serber.nix
index c94cdb6..fc4bb26 100644
--- a/machines/serber.nix
+++ b/machines/serber.nix
@@ -1,4 +1,4 @@
-{ modulesPath, config, pkgs, lib, ... }: with lib; {
+{ modulesPath, lib, ... }: {
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];
networking = {