diff options
Diffstat (limited to 'machines')
-rw-r--r-- | machines/gutter.nix | 61 | ||||
-rw-r--r-- | machines/tiny1.nix | 61 |
2 files changed, 61 insertions, 61 deletions
diff --git a/machines/gutter.nix b/machines/gutter.nix deleted file mode 100644 index c5d3acf..0000000 --- a/machines/gutter.nix +++ /dev/null @@ -1,61 +0,0 @@ -{ config, lib, pkgs, modulesPath, ... }: - -{ - imports = - [ (modulesPath + "/profiles/qemu-guest.nix") - ]; - - orbekk.simple-firewall.enable = true; - orbekk.simple-firewall.allowedTCPPorts = [ 22 ]; - - nix.gc.automatic = true; - nix.gc.options = "--delete-older-than 14d"; - - networking.hostName = "gutter"; - - networking.useDHCP = false; - networking.interfaces.ens3.useDHCP = true; - - services.openssh.enable = true; - - users.users.root.initialHashedPassword = ""; - users.users.root.openssh.authorizedKeys.keys = ["ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCgvHMjYQ5Ty7Em2Seji6dvYhgQUIbyhiHdzRINYpiOUMuVA8wgJOV0ZggmFFTO5zfJ83m7E5nc/zMuBVHwkx1gJz5ic8YdO9eLIhymQn9R+9fyLA+g+h8uwTi7UlFmQp+My7MYYxdA2tet1wwgm39Yu49mxi8lARUgi4awXn5K/ZFy08GyjGia2E/YKx2gXPKhHsWFKWPO5u8ik0v8AFCliY2wXiG4jkZE2zI0gI5FUp66tpxkaOSZqreH+lVJw+S+GAJIqzGI99zqZsAdpr7m4WALZEYwj9D7/lattSG14CAjXxjqcMSsfi6fV0ZsF1O40eoZ9mNQpIvatXtL6HBSN3kuUfraQMeB8o5kbxwyXt2Fr5hMKtEGYlMv5uPqdn+yHcC51F3RkUxFJplOFwZ3Rh/AjLLMKo+vEtL9UjhTuYiSQ0ySunY5JbBVkJY4z3pLT9MOPnq+KIfBMFBI/eYE6yeMNTHxIFMDaNMFOxWc0SoBDhgZJX5eblYidt/YWMOEPbqJNCrWIzQwtDsiYsF9JS/3D5civwTP/oaASaiJWTAvluwbibMFAC1OSBFb20xM5gD0C1q05pxVMN3Ioy1P0CIvJMLWfQR1yrNbnmoGUGHeSA/gwaxqMg7G+P/SBIheDAYEu5fzXXgFgO3sI8JvIdc1NTJMmHktahb/ecG1MQ== cardno:000605483586"]; - - boot.loader.efi.canTouchEfiVariables = true; - boot.loader.grub.enable = true; - boot.loader.grub.device = "nodev"; - boot.loader.grub.configurationLimit = 2; - boot.loader.grub.efiSupport = true; - boot.loader.grub.extraConfig = '' - GRUB_TERMINAL="serial" - GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1" - serial --speed 115200 --unit=0 - terminal_input serial - terminal_output serial - ''; - - boot.kernelParams = [ "console=tty0" ''console="ttyS0,115200n8"'' ]; - - # hardware-configuration.nix - - boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod" ]; - boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ ]; - boot.extraModulePackages = [ ]; - - fileSystems."/" = - { device = "/dev/disk/by-uuid/d7ebc418-2cfb-488a-8e96-fd1f51de1c00"; - fsType = "xfs"; - }; - - fileSystems."/boot" = - { device = "/dev/disk/by-uuid/2138-EC84"; - fsType = "vfat"; - }; - - swapDevices = - [ { device = "/dev/disk/by-uuid/5894afce-3381-410d-8a2c-5760da785151"; } - ]; - - system.stateVersion = "21.05"; -} diff --git a/machines/tiny1.nix b/machines/tiny1.nix new file mode 100644 index 0000000..e4bc525 --- /dev/null +++ b/machines/tiny1.nix @@ -0,0 +1,61 @@ +{ config, lib, pkgs, modulesPath, ... }: + +{ + imports = [ (modulesPath + "/profiles/qemu-guest.nix") ]; + + orbekk.simple-firewall.enable = true; + orbekk.simple-firewall.allowedTCPPorts = [ 22 ]; + + nix.gc.automatic = true; + nix.gc.options = "--delete-older-than 14d"; + + networking.hostName = "tiny1"; + + networking.useDHCP = false; + networking.interfaces.ens3.useDHCP = true; + + services.openssh.enable = true; + + users.users.root.initialHashedPassword = ""; + users.users.root.openssh.authorizedKeys.keys = [ + "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCgvHMjYQ5Ty7Em2Seji6dvYhgQUIbyhiHdzRINYpiOUMuVA8wgJOV0ZggmFFTO5zfJ83m7E5nc/zMuBVHwkx1gJz5ic8YdO9eLIhymQn9R+9fyLA+g+h8uwTi7UlFmQp+My7MYYxdA2tet1wwgm39Yu49mxi8lARUgi4awXn5K/ZFy08GyjGia2E/YKx2gXPKhHsWFKWPO5u8ik0v8AFCliY2wXiG4jkZE2zI0gI5FUp66tpxkaOSZqreH+lVJw+S+GAJIqzGI99zqZsAdpr7m4WALZEYwj9D7/lattSG14CAjXxjqcMSsfi6fV0ZsF1O40eoZ9mNQpIvatXtL6HBSN3kuUfraQMeB8o5kbxwyXt2Fr5hMKtEGYlMv5uPqdn+yHcC51F3RkUxFJplOFwZ3Rh/AjLLMKo+vEtL9UjhTuYiSQ0ySunY5JbBVkJY4z3pLT9MOPnq+KIfBMFBI/eYE6yeMNTHxIFMDaNMFOxWc0SoBDhgZJX5eblYidt/YWMOEPbqJNCrWIzQwtDsiYsF9JS/3D5civwTP/oaASaiJWTAvluwbibMFAC1OSBFb20xM5gD0C1q05pxVMN3Ioy1P0CIvJMLWfQR1yrNbnmoGUGHeSA/gwaxqMg7G+P/SBIheDAYEu5fzXXgFgO3sI8JvIdc1NTJMmHktahb/ecG1MQ== cardno:000605483586" + ]; + + boot.loader.efi.canTouchEfiVariables = true; + boot.loader.grub.enable = true; + boot.loader.grub.device = "nodev"; + boot.loader.grub.configurationLimit = 2; + boot.loader.grub.efiSupport = true; + boot.loader.grub.extraConfig = '' + GRUB_TERMINAL="serial" + GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1" + serial --speed 115200 --unit=0 + terminal_input serial + terminal_output serial + ''; + + boot.kernelParams = [ "console=tty0" ''console="ttyS0,115200n8"'' ]; + + # hardware-configuration.nix + + boot.initrd.availableKernelModules = + [ "ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod" ]; + boot.initrd.kernelModules = [ ]; + boot.kernelModules = [ ]; + boot.extraModulePackages = [ ]; + + fileSystems."/" = { + device = "/dev/disk/by-uuid/d7ebc418-2cfb-488a-8e96-fd1f51de1c00"; + fsType = "xfs"; + }; + + fileSystems."/boot" = { + device = "/dev/disk/by-uuid/2138-EC84"; + fsType = "vfat"; + }; + + swapDevices = + [{ device = "/dev/disk/by-uuid/5894afce-3381-410d-8a2c-5760da785151"; }]; + + system.stateVersion = "21.05"; +} |