Skip to content

Commit

Permalink
flake.nix: add
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jul 14, 2020
1 parent 23005a1 commit ba1bdd9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 8 additions & 9 deletions flake.nix
Expand Up @@ -24,15 +24,14 @@
./nixos/turingmachine/configuration.nix
];
};
# wip
#nixosConfigurations.eddie = nixpkgs.lib.nixosSystem {
# system = "x86_64-linux";
# modules = [
# { nixpkgs.overlays = [ nur.overlay ]; }
# sops-nix.nixosModules.sops
# ./nixos/eddie/configuration.nix
# ];
#};
nixosConfigurations.eddie = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
{ nixpkgs.overlays = [ nur.overlay ]; }
sops-nix.nixosModules.sops
./nixos/eddie/configuration.nix
];
};

hmConfigurations = let
pkgs = nixpkgs.legacyPackages."x86_64-linux";
Expand Down

0 comments on commit ba1bdd9

Please sign in to comment.