moving over to vscodium which is cringe tbh ngl
This commit is contained in:
parent
9dc30dc2a0
commit
cc7fd013b0
10 changed files with 162 additions and 39 deletions
27
marty-server.nix
Normal file
27
marty-server.nix
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
networking = {
|
||||
hostName = "marty-server";
|
||||
interfaces = {
|
||||
eno1 = {
|
||||
wakeOnLan = {
|
||||
enable = true;
|
||||
policy = [ "magic" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
fileSystems = {
|
||||
"/mnt/Data" = {
|
||||
device = "/dev/disk/by-uuid/20eaea9c-6924-40c6-a784-cd5018d8fabb";
|
||||
fsType = "ext4";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue