Add secureboot and extra drive to Envy
This commit is contained in:
parent
e2dd56952d
commit
f4ca233d0c
13 changed files with 30 additions and 161 deletions
|
@ -9,9 +9,12 @@
|
|||
../../modules/system
|
||||
];
|
||||
|
||||
system.wireguard.client.enable = true;
|
||||
networking.hostName = "envy";
|
||||
networking.wireguard.interfaces.wgc.ips = [ "10.100.0.25/24" ];
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
networking.hostName = "envy";
|
||||
system = {
|
||||
lanzaboote.enable = true;
|
||||
wireguard.client.enable = true;
|
||||
stateVersion = "24.11";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
fileSystems = {
|
||||
# Secondary drive
|
||||
"/mnt/Games" = {
|
||||
device = "/dev/disk/by-uuid/135281e2-72ec-4c00-91e8-9897a32c02ce";
|
||||
fsType = "btrfs";
|
||||
options = [ "nosuid" "nodev" "nofail" "x-gvfs-show" ];
|
||||
};
|
||||
|
||||
# Network mounts
|
||||
"/home/jimbo/JimboNFS" = {
|
||||
device = "10.100.0.1:/export/JimboNFS";
|
||||
|
|
|
@ -1 +1 @@
|
|||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC2lMkUd+BbXITE5LTg94hEzmA6UKsIIbaf5YOjGoLzl
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAb+aqIyTDcXDH8vMK697zQnYYUjgbUD2tJyknlztE3j
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue