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 = [
./hardware.nix
../../syncthing_base.nix
../../users/richie/syncthing_base.nix
];
boot = {

View File

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

View File

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