mirror of
https://github.com/materusPL/nixos-config
synced 2026-06-24 17:36:41 +00:00
Init oldie PC (Old-materusPC previously)
This commit is contained in:
@@ -132,6 +132,10 @@
|
||||
host = "materusPC";
|
||||
stable = true;
|
||||
};
|
||||
oldie = makeSystem {
|
||||
host = "oldie";
|
||||
stable = true;
|
||||
};
|
||||
};
|
||||
|
||||
homeConfigurations = {
|
||||
@@ -140,6 +144,11 @@
|
||||
host = "materusPC";
|
||||
stable = true;
|
||||
};
|
||||
"materus@oldie" = makeHome {
|
||||
user = "materus";
|
||||
host = "oldie";
|
||||
stable = true;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user