mirror of
https://github.com/materusPL/nixos-config
synced 2026-06-24 17:36:41 +00:00
valkyrie: init
This commit is contained in:
@@ -136,6 +136,10 @@
|
||||
host = "oldie";
|
||||
stable = true;
|
||||
};
|
||||
valkyrie = makeSystem {
|
||||
host = "valkyrie";
|
||||
stable = true;
|
||||
};
|
||||
};
|
||||
|
||||
homeConfigurations = {
|
||||
@@ -149,6 +153,11 @@
|
||||
host = "oldie";
|
||||
stable = true;
|
||||
};
|
||||
"materus@valkyrie" = makeHome {
|
||||
user = "materus";
|
||||
host = "valkyrie";
|
||||
stable = true;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user