Add morton
This commit is contained in:
parent
1ed4500cea
commit
8951a4fb43
|
@ -220,6 +220,10 @@
|
|||
system = "x86_64-linux";
|
||||
modules = [ ./ludwig/standin.nix ];
|
||||
};
|
||||
nixosConfigurations.morton = lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [ ./morton/standin.nix ];
|
||||
};
|
||||
nixosConfigurations.sprinkles = lib.nixosSystem {
|
||||
system = "aarch64-linux";
|
||||
modules = [ ./sprinkles/standin.nix ];
|
||||
|
|
10
morton/standin.nix
Normal file
10
morton/standin.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ ... }:
|
||||
{
|
||||
config = {
|
||||
frogeye = {
|
||||
name = "morton";
|
||||
storageSize = "big";
|
||||
syncthing.name = "Morton";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue