update gpd3p

This commit is contained in:
ringofstorms 2024-04-01 10:45:49 -05:00
parent ee2a443e75
commit eb06f66f4b
5 changed files with 47 additions and 118 deletions

View file

@ -64,7 +64,7 @@
usersDir = ./users;
};
in
{
{
nixosConfigurations = builtins.foldl'
(acc: nixConfig:
acc // {
@ -84,36 +84,6 @@
{ }
nixConfigs;
# nixosConfigurations = {
# gpdPocket3 = nixosSystem {
# system = "x86_64-linux";
# modules = [ ./systems/_common/configuration.nix ./systems/gpdPocket3/configuration.nix ];
# specialArgs = inputs // {
# inherit ylib;
# settings = directories // {
# system = {
# # TODO remove these probably not needed anymore with per machine specified here
# hostname = "gpdPocket3";
# architecture = "x86_64-linux";
# };
# };
# };
# };
# joe = nixosSystem {
# system = "x86_64-linux";
# modules = [ ./systems/_common/configuration.nix ./systems/joe/configuration.nix ];
# specialArgs = inputs // {
# inherit ylib;
# settings = directories // {
# system = {
# # TODO remove these probably not needed anymore with per machine specified here
# hostname = "joe";
# architecture = "x86_64-linux";
# };
# };
# };
# };
# };
# homeConfigurations = { };
};
}