Basic baldur configuration
This commit is contained in:
parent
11d1a62c8f
commit
380af1410a
7 changed files with 52 additions and 73 deletions
31
flake.nix
31
flake.nix
|
|
@ -206,20 +206,20 @@
|
|||
# };
|
||||
# };
|
||||
|
||||
# baldurConfig = {
|
||||
# nixosConfigurations = rec {
|
||||
# baldur = nixpkgs.lib.nixosSystem rec {
|
||||
# system = "x86_64-linux";
|
||||
# modules = commonModules ++ [
|
||||
# # nixos-hardware.nixosModules.common-cpu-amd
|
||||
# # nixos-hardware.nixosModules.common-pc-ssd
|
||||
# ./baldur/hardware-configuration.nix
|
||||
# ./baldur/configuration.nix
|
||||
# { home-manager.users.bertof = import ./baldur/hm.nix; }
|
||||
# ];
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
baldurConfig = {
|
||||
nixosConfigurations = rec {
|
||||
baldur = nixpkgs.lib.nixosSystem rec {
|
||||
system = "x86_64-linux";
|
||||
modules = commonModules ++ [
|
||||
# nixos-hardware.nixosModules.common-cpu-amd
|
||||
# nixos-hardware.nixosModules.common-pc-ssd
|
||||
./baldur/hardware-configuration.nix
|
||||
./baldur/configuration.nix
|
||||
{ home-manager.users.bertof = import ./baldur/hm.nix; }
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
lokiConfig = {
|
||||
nixosConfigurations = rec {
|
||||
|
|
@ -260,6 +260,7 @@
|
|||
modules = commonModules ++ [{ services.openssh = { enable = true; openFirewall = true; }; }];
|
||||
format = "install-iso";
|
||||
};
|
||||
|
||||
# Installer DigitalOcean
|
||||
do = nixos-generators.nixosGenerate {
|
||||
inherit system;
|
||||
|
|
@ -275,7 +276,7 @@
|
|||
thorConfig
|
||||
odinConfig
|
||||
# freyaConfig
|
||||
# baldurConfig
|
||||
baldurConfig
|
||||
lokiConfig
|
||||
deployments
|
||||
images
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue