update gpd3p
This commit is contained in:
parent
ee2a443e75
commit
eb06f66f4b
5 changed files with 47 additions and 118 deletions
32
flake.nix
32
flake.nix
|
@ -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 = { };
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue