Starting my literate config and hiding secrets

This commit is contained in:
Chris Cochrun 2022-05-08 06:16:34 -05:00
parent 0c92894205
commit c2e30c84bd
7 changed files with 633 additions and 33 deletions

View file

@ -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;