moving rhapsody-in-green to systems
This commit is contained in:
parent
9f7cb6f186
commit
0a88a21372
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
../../syncthing_base.nix
|
../../users/richie/syncthing_base.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
@ -1,5 +1,8 @@
|
|||||||
{ inputs, ... }:
|
{ inputs, ... }:
|
||||||
{
|
{
|
||||||
|
users = [
|
||||||
|
"richie"
|
||||||
|
];
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
home = true;
|
home = true;
|
||||||
sops = true;
|
sops = true;
|
@ -6,11 +6,7 @@
|
|||||||
./home/vscode
|
./home/vscode
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs.config.allowUnfree = true;
|
||||||
config = {
|
|
||||||
allowUnfree = true;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
username = "richie";
|
username = "richie";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user