Compare commits
1
Commits
main
...
840778a2f8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
840778a2f8 |
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
nixpkgs.hostPlatform = {
|
||||||
|
system = "aarch64-linux";
|
||||||
|
};
|
||||||
|
clan.core.sops.defaultGroups = [ "admins" ];
|
||||||
|
|
||||||
|
clan.core.settings.name = "anser";
|
||||||
|
clan.core.settings.machine.description = "";
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
fileSystems."/" = {
|
||||||
|
device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";
|
||||||
|
fsType = "ext4";
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user