Starting my literate config and hiding secrets
This commit is contained in:
parent
0c92894205
commit
c2e30c84bd
7 changed files with 633 additions and 33 deletions
15
flake.nix
15
flake.nix
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
description = "A very basic flake";
|
||||
description = "The Flake";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
@ -19,19 +19,6 @@
|
|||
|
||||
lib = nixpkgs.lib;
|
||||
in {
|
||||
# homeConfigurations = {
|
||||
# chris = home-manager.lib.homeManagerConfiguration {
|
||||
# inherit system pkgs username;
|
||||
# homeDirectory = "/home/chris";
|
||||
# configuration = {
|
||||
# imports = [
|
||||
# ./user/home.nix
|
||||
# ];
|
||||
# };
|
||||
# stateVersion = "22.05";
|
||||
# };
|
||||
# };
|
||||
|
||||
nixosConfigurations = {
|
||||
syl = lib.nixosSystem {
|
||||
inherit system;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue