Created configuration for steam deck (shodan)
This commit is contained in:
parent
624f18f54b
commit
7a6aad4174
3 changed files with 313 additions and 0 deletions
11
flake.nix
11
flake.nix
|
@ -92,5 +92,16 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
|
||||
nixosConfigurations = {
|
||||
shodan = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
modules = [
|
||||
# > Our main nixos configuration file <
|
||||
./nixos/shodan/configuration.nix
|
||||
sops-nix.nixosModules.sops
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue