moving rhapsody-in-green to systems

This commit is contained in:
Richie Cahill 2024-04-19 19:28:36 -04:00 committed by Alice Huston
parent 9f7cb6f186
commit 0a88a21372
4 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{ {
imports = [ imports = [
./hardware.nix ./hardware.nix
../../syncthing_base.nix ../../users/richie/syncthing_base.nix
]; ];
boot = { boot = {

View File

@ -1,5 +1,8 @@
{ inputs, ... }: { inputs, ... }:
{ {
users = [
"richie"
];
system = "x86_64-linux"; system = "x86_64-linux";
home = true; home = true;
sops = true; sops = true;

View File

@ -6,11 +6,7 @@
./home/vscode ./home/vscode
]; ];
nixpkgs = { nixpkgs.config.allowUnfree = true;
config = {
allowUnfree = true;
};
};
home = { home = {
username = "richie"; username = "richie";