1
0
mirror of https://github.com/tboerger/nixos-config synced 2024-11-23 03:32:08 +01:00

fix: no user profiles for bootstrapping

This commit is contained in:
Thomas Boerger 2022-10-26 18:37:33 +02:00
parent 39db1fb460
commit 7bd88966f9
No known key found for this signature in database
GPG Key ID: 09745AFF9D63C79B

@ -99,12 +99,7 @@
./machines/chnum
"x86_64-linux"
false
[
./profiles/thomas
# ./profiles/anna
# ./profiles/adrian
# ./profiles/tabea
];
[ ];
asgard = mkComputer
./machines/asgard
@ -121,12 +116,7 @@
./machines/asgard
"x86_64-linux"
false
[
./profiles/thomas
# ./profiles/anna
# ./profiles/adrian
# ./profiles/tabea
];
[ ];
utgard = mkComputer
./machines/utgard
@ -143,12 +133,7 @@
./machines/utgard
"x86_64-linux"
false
[
./profiles/thomas
# ./profiles/anna
# ./profiles/adrian
# ./profiles/tabea
];
[ ];
midgard = mkComputer
./machines/midgard
@ -168,10 +153,6 @@
false
[
hardware.nixosModules.raspberry-pi-4
./profiles/thomas
# ./profiles/anna
# ./profiles/adrian
# ./profiles/tabea
];
};